Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.preview.properties--configuration

This contribution is part of XML component org.nuxeo.ecm.platform.preview.properties inside nuxeo-preview-core-9.10.jar /OSGI-INF/preview-adapter-properties.xml

Documentation

Property that enables or disables zip files preview.

Extension Point

Extension point configuration of component ConfigurationService.

Contributed Items

  • <property name="nuxeo.preview.zip.enabled">false</property>

XML Source

<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
        <documentation>
            Property that enables or disables zip files preview.
        </documentation>
        <property name="nuxeo.preview.zip.enabled">false</property>
    </extension>